This fixes the issue that something like [http://url/ link]s (i.e. text directly...
authorArne Heizmann <timwi@users.mediawiki.org>
Mon, 12 Jul 2004 22:57:13 +0000 (22:57 +0000)
committerArne Heizmann <timwi@users.mediawiki.org>
Mon, 12 Jul 2004 22:57:13 +0000 (22:57 +0000)
commit92fded9b95fcc017a88349a3c697b3e7e8b7e1c6
treea0f2462c936fb01092353129056a7d10e0eebf7d
parentd026807c3ee5560f977f10db95970d3d82e398c5
This fixes the issue that something like [url/ link]s (i.e. text directly following
the closing square bracket) would produce something ugly in printing:
  link (http://url/)s
Now it finishes the word first:
  links (http://url/)
The given example seems pointless, but in languages other than English this happens more
frequently.
includes/Parser.php